home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / game / data / sds_amiga.lha / sdsfix.readme < prev   
Encoding:
Text File  |  2001-11-13  |  1.7 KB  |  41 lines

  1. Short:    ugly fixgl port for hypnotic quake1 missionpack
  2. Uploader: COJO-D@gmx.de (Thomas Veress)
  3. Author:   COJO-D@gmx.de (Thomas Veress)
  4. Type:     game/patch
  5.  
  6. this is the sds fixgl writen by stefan schwoon in the uglyest port
  7. done by me, i dont know c, but it seem to work :))
  8.  
  9. original text from c-source:
  10. ============================
  11. /* SdSfixGL.c by Stefan Schwoon
  12.  
  13.    This program fixes a bug in Quake's Mission Pack #1, Scourge of Armagon,
  14.    that effects GLQuake. You need this program if and only if you use GLQuake.
  15.    More specifically, GLQuake's texture caching crashes when textures of the
  16.    same name but different sizes are loaded in one session. This is the case
  17.    when both Hip2m1 and either Hip2m4 or Hip3m3 are loaded. The problem can
  18.    be removed by renaming the offending textures.
  19.  
  20.    What this program does:
  21.    It patches the file ../hipnotic/pak0.pak (or, alternatively, the file given
  22.    as an argument on the command line) by parsing it's directory structure,
  23.    looking for maps/hip2m4.bsp and maps/hip3m3.bsp. Once these are found, it
  24.    traverses the .bsp structures and renames texture metal5_6 into sdsfix_1
  25.    and metal5_8 into sdsfix_2. The directory structure is extended with a
  26.    configuration file telling SdS that this program has been run.
  27.  
  28.    How to compile and run:
  29.    Simply load this into your C compiler, compile, and run the resulting
  30.    executable. Unix users, type "make glfix" and run with "./glfix", or
  31.    "./glfix <some_other_path>/pak0.pak" if necessary.
  32.  
  33. to apply the patch copy it into the hipnotic drawer and run it
  34.  
  35. quake® is © id software ,
  36. Quake Mission Pack #1,Scourge of Armagon is © by Ritual Entertainment
  37. SdSfixGL is © by Stefan Schwoon
  38.  
  39.  
  40.  
  41.